home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-08-18 | 380 b | 17 lines | [TEXT/MPS ] |
- /* PMenu_ARTAbrot_prj Handle a selection of the menu bar */
-
- /* File name: PMenu_ARTAbrot_prj.h
- Function: This module calls the appropiate menu list
- handler routine.
- History: 8/18/93 Original by George Warner
- */
-
- /* Initialize the menubar */
- void Init_My_Menus(void);
-
-
- /* Handle the menu selection */
- void Handle_My_Menu( short theMenu,short theItem);
-
-
-